/* Author: Jim Coarse */
@charset "UTF-8";
/* CSS RESET */
/* * {text-shadow: 1px 3px 15px #000000;}*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }  
img { border: none; }
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:0px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #ffc; color:#000; text-shadow: none; }
::selection { background:#ffc; color:#000; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #ffc; } 
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #0C9;
}
a:hover, a:active {
	text-decoration: none;
	color: #a8808f;
}
a:focus {
	outline: none;
}
/* LAYOUT */
body {
	font-size: 62.5%;
	font-family: 'Terminal Dosis Light', arial, serif;
	line-height: 1em;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000;
}
#headerWrap { /* header should include logo and navigation */
	margin: 0;
	padding:0px;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 65px;
	z-index:999;
	background: url(/head.png) repeat-x;
}
#header {
	width: 1000px;
	margin:0 auto;
	padding:0px;
	height: 65px;
	position: relative;	
}
#logo { /*easy image replacement for headers*/
	margin-top: 0px;
	width: 375px;
	height: 65px;
	background: url(/logo.png) no-repeat 0 0;
	background-image: url(/logo.png) no-repeat 0 0;
}
#logo a { /*link for image replacement*/
	display: block;
	width: 100%;
	height: 100%;
}
#scroller { /* main container to hold all divs */
	position: absolute; 
	overflow:hidden; 
	margin: 0; 
	padding: 0; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	min-height: 600px; 
	min-width: 1000px;
	}

#scroller #mask { 
	width: 600%; 
	height: 100%;
	}
#scroller #mask > li { 
	float: left; 
	height: 100%;
	position: relative; 
	width: 16.66%; 
	min-width: 1000px;
	}

/* NAVIGATION */
#menu {
	margin: 0 auto;
	padding: 0;
	background: none;
	list-style: none;
	position: absolute;
	right:0;
	bottom:25px;
	width:575px;
}
#menu li {
	float: left;
	margin:0 7px 0 0;
	padding:0 12px 0 0;
}
#menu li.last {
	background: none;
	margin:0;
	padding:0;
}
#menu li a {
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	color: #a8808f;
	text-shadow: 1px 1px 5px #f5d8e2;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	text-decoration:none;
	text-transform: lowercase;
	font-family: 'Raleway', arial, serif;
}
#menu li a:hover, #menu li a.selected{
	color: #96546d;
	text-shadow: 1px 2px 7px #f5c4d6;
}
/* Slider Images */
#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;  
}  
#supersize .activeslide, #supersize .activeslide img{  
    display:inline;  
}

/*
SIDEBAR NAVIGATION
*/
.galleryList {
	margin:0 0 10px 0;
	padding:0;
	list-style: none;
}

ul.galleryList li {
	background: url(/wbg.png) repeat;
	margin:0 5px;
	padding:0;
	list-style: none;
	float: left;
	display: block;
	width: 315px;
	height: 500px;
}
ul.galleryList li a:hover {
	margin:0;
	padding:0;
	display: block;
	font-family: 'Raleway', arial, serif;
	font-weight: bold;
	font-size: 1.2em;
	color:#0C9;	
	text-decoration: none;
}
ul.galleryList li h3{
	font-size: 16px;
	color: #a8808f;
	margin-bottom: 10px;
	line-height: 1.7em;
	text-align:center;
	font-family: 'Raleway', arial, serif;
}
a.galleryBox {
	text-align:center;
	font-family: 'Raleway', arial, serif;
	font-size: 1.0em;
}



.productionList {
	margin:0 0 10px 0;
	padding:0;
	list-style: none;
}

ul.productionList li {
	background: url(/wbg.png) repeat;
	margin:0 5px;
	padding:0;
	list-style: none;
	float: left;
	display: block;
	width: 240px;
	height: 500px;
}
ul.productionList li a:hover {
	margin:0;
	padding:0;
	display: block;
	font-family: 'Raleway', arial, serif;
	font-weight: bold;
	font-size: 1.1em;
	color:#0C9;	
	text-decoration: none;
}
ul.productionList li h3{
	font-size: 14px;
	color: #a8808f;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align:center;
	font-family: 'Raleway', arial, serif;
}
.lightbox {
	overflow: hidden;
		}
a.lightbox  {
	color: #0C9;
	overflow: hidden;
}
a.productionBox {
	text-align:center;
	font-family: 'Raleway', arial, serif;
	font-size: .9em;
}

/*
SIDEBAR BOX
*/
.sidebarBox {
	width: 126px;
	height: 102px;
	padding: 27px 10px 40px 124px;
	margin:20px 0 20px 0;	
}
.sidebarBox h4 {
	font-size: 1.4em;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.sidebarBox h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ccc;
}
.sidebarBox p {
	font-size: 1.3em;
	line-height: 1.2em;
	letter-spacing: normal;
	font-family: 'Raleway', arial, serif;
	font-style: italic;
	font-weight: bold;
}
.sidebarBox a {
	color: #a71825;;
	text-decoration: none;
}
.sidebarBox a:hover {
	color: #790f19;
	text-decoration: underline;
}

/* back to layout */

#home {
	margin: 0 auto;
}
#home h2 {
	font-size: 1.85em;
	color: #DAF8EB;
	margin-bottom: 5px;
	line-height: 1.2em;
	text-align:right;
	font-family: 'Raleway', arial, serif;
}		
#about {
	margin: 0 auto;
	z-index: 1;
	background:url(/bg1.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 50px 0 25px 0;
}	
#about h2{
	font-size: 2.1em;
	color: #96546d;
	margin-bottom: 5px;
	line-height: 1.2em;
	text-align:center;
	font-family: 'Raleway', arial, serif;
}
#about img > bgImg{
	border: 2px solid #989999;
	margin-bottom: 10px;
	}
#gallery {
	margin: 0 auto;
	z-index: 1;
	background:url(/bg3.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 50px 0 25px 0;
}
#productions {
	margin: 0 auto;
	z-index: 1;
	background:url(/bg1.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 50px 0 25px 0;
}			
.quote {
	list-style-type: none;
	font-family:'DejaVu Sans Oblique', Arial, sans-serif;
	color: #000;
	margin: 0px 10px 10px 0px;
	font-size: 1.2em;
	line-height: 15.5px;
}	
.title {
	font-family: 'Raleway', arial, serif;
	font-size: 1.0em;
}	
#projects {
	margin: 0 auto;
	background:url(/bg2.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 75px 0 25px 0;
}
#projects h2{
	font-size: 2.1em;
	color: #a8808f;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align:right;
	font-family: 'Raleway', arial, serif;
}
#projectInauguration h2, #projectExcellence h2,#project200hours h2,#projectNascar h2,#projectTastevin h2,#projectRising h2,#projectBloodbank h2,#projectWinefeast h2,#projectOvertheedge h2,#projectRodel h2,#projectRodelrace h2,#projectGov h2{
	font-size: 2.1em;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align:right;
	font-family: 'Raleway', arial, serif;
}		
#nav_excellence h2 {
	color: #a8808f;
}
#nav_nascar h2 {
	color: #a8808f;
}				
#blog {
	margin: 0 auto;
	background:url(/bg3.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 50px 0 25px 0;
}
#blog h2{
	font-size: 2.1em;
	color: #a91201;
	margin-bottom: 10px;
	line-height: 1em;
	text-align:right;
	font-family: 'Raleway', arial, serif;
}	
#contact {
	margin: 0 auto;
	background:url(/bg2.jpg) top center no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 50px 0 25px 0;
}
#contact h2{
	font-size: 2.1em;
	color: #DAF8EB;
	margin-bottom: 10px;
	line-height: 1em;
	text-align:right;
	font-family: 'Raleway', arial, serif;
}				
.content {
	list-style-type:none;	
}
.pageContent {
	height: 100%;
	left: 50%; 
	margin-left: -500px; 
	width: 1000px; 
	position: relative; 
	z-index: 2;
	background:url(/wbg.png) repeat;
	list-style-type:none; 	
	border-radius: 20px;
}
.bgImg {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
}
.leftSide {
	margin: 0;
	padding: 0 10px;
	width: 465px;
	float: left;
	font-size:13px;
}
.rightSide {
	margin: 0;
	padding: 0 10px;
	width: 465px;
	float: right;
	font-size:13px;
}
.projectWrapper {
	display: none;
	background: #222;
}
.projectDiv {
	overflow: auto;
	background: url(/bg2.png) repeat;
	padding: 20px;
}
.projectWrapper .leftSide {
	margin: 0;
	padding: 10px;
	width: 30%;
	float: left;
}
.projectWrapper .rightSide {
	margin: 0;
	padding: 10px;
	width: 60%;
	float: left;
}
#footerWrap { /* footer should include copy and social media */
	margin: 0;
	padding: 0;
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	height: 65px;
	z-index: 9;
	background: url(/foot.png) repeat;
}
#footer {
	width: 1000px;
	margin:0 auto;
	padding: 10px 0;
	height: 65px;
	position: relative;
}
#footerimg {
	float:left;	
}
#footertext {
	float:left;	
	color: #000;
	font-size:11px;
	line-height: 15px;
	padding: 0px;
	width: 145px;
}
#copy {
	color: #000;
	font-size:12px;
	margin: 20px auto;
	width: 175px;
}	
#socialMediaWrap{
	height:45px;
	width:125px;
	position:absolute;
	right: 0;
	top:20px;
}
.socialMediaSprite { 
	margin:0; 
	padding:0; 
	list-style:none; 
} 

.socialMediaSprite li { 
	margin:0 5px 5px 0; 
	padding:0; 
	list-style:none; 
	float: right; 
} 
.socialMediaSprite li a { 
	display: block; width: 32px; height: 32px; background: url(/socialMedia_square32_alt.png) no-repeat; text-indent:-9999em; overflow: hidden; } 
	.socialMediaSprite li.facebook a { background-position: 0 0; } 
	.socialMediaSprite li.facebook a:hover { background-position: 0 -32px; } 
	.socialMediaSprite li.twitter a { background-position: -64px 0; } 
	.socialMediaSprite li.twitter a:hover { background-position: -64px -32px; } 	
	.socialMediaSprite li.rss a { background-position: -32px 0; } 
	.socialMediaSprite li.rss a:hover { background-position: -32px -32px; } 	
/* FONTS */
p, q, li, td, blockquote {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 5px;
	text-align: left;
}
h1 {
	font-size: 2.5em;
	color: #DAF8EB;
	margin-bottom: 5px;
	line-height: 1em;
}
h2 {
	font-family: 'Raleway', arial, serif;
	font-size: 2.2em;
	color: #4cd69b;
	line-height: 1em;
	margin: 15px;
}
h3 {
	font-size: 1.8em;
	color: #000;
	margin-bottom: 5px;
	line-height: 1em;
}
h4 {
	font-size: 1.6em;
	color: #999999;
	margin-bottom: 5px;
	line-height: 1em;
}
h5 {
	font-size: 1.4em;
	color: #acead3;
	margin-bottom: 5px;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	color: #acead3;
	margin-bottom: 5px;
	line-height: 1em;
}
.imageReplace {  /* add class to hide text */
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}


/* LISTS */
ul.basicList {
	margin: 0;
	padding: 0;
	list-style: circle;
}
ul.basicList li {
	margin: 0;
	list-style: circle;
}
/* TABLES */
table.basicTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.basicTable td {
	margin: 0;
	padding: 0;
}
/* FORMS */
form {
	width: 100%;
	margin: 5px auto 10px auto;
}
fieldset {
	margin: 0;
	padding: 0 8px 0px 0;
	border-style: none;
	position: relative;
}
legend {
	margin-left:0;
	color: #000;
	padding: 0;
	font-family: 'Raleway', arial, serif;
	font-size:14px;
}
legend span {
	position: absolute;
	margin-top: 10px;
	left: 10px;
	top: 0;
	font-size: 1.4em;
	line-height: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset.submit {
	padding: 0;
}
label {
	display: block;
	font-size: 1.0em;
	line-height: 1.0em;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	color: #000;
}
label.required {
	background: url(/star.png) no-repeat center left;
	padding-left: 13px;
}
label span {
	font-weight: bold;
}
label.error, span.error {
	color: #f00;
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
	margin-top: 3px;
	float: right;
	display: block;
}
span.error  {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
}
.text, .textarea, .select {
	width: 100%;
	padding: 5px;
	font-size: 1.3em;
	color: #333;
	font-family: 'Terminal Dosis Light', arial, serif;
	font-weight: bold;
	
	}
.text, .textarea {
	outline: none;
	border: 1px solid #ccc;
	background: #f5c4d6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c4d6', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5c4d6), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f5c4d6,  #eeeeee); /* for firefox 3.6+ */
	
}
.text:focus, .textarea:focus, .select:focus {
	border: 1px dashed #666666;
	background: #f5c4d6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f5c4d6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#f5c4d6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #f5c4d6); /* for firefox 3.6+ */
}
.textarea {
	font-weight: normal;
	width: 100%;
	height:100px;
}
.select {
	font-weight: normal;
	font-size: 1.2em;
	background-image: none;
	outline: none;
	border: 1px solid #ccc;
	background: #000000; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000000,  #eeeeee); /* for firefox 3.6+ */
}
.checkbox, .radio {
	margin: 0 3px 0 0;
}
.a_tooltip {
	display: block;
	height:10px;
	width:10px;
	background:url(/icon_tooltip.png) no-repeat;
	float: left;
	margin-right: 5px;
}
.radioText, .checkText {
	font-size: 1.1em;
	font-weight: bold;
	color: #909;
	margin: 0;
	padding: 0;
}
.checkText {
	font-weight: normal;
	color: #111;
	line-height:1.1em;
}
fieldset.submit .tableForm {
	margin: 5px 0;
}
.tableForm {
	margin: 25px 0 5px 0;
	padding: 0;
	width: 100%;
}
.tableForm td {
	margin: 0;
	padding: 5px 8px;
}
.tableForm td p, .tableForm td blockquote {
	font-size:1.1em;
}
input.submit {
	display: block;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	text-align: center;
	
	background: #f5c4d6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989999', endColorstr='#f5c4d6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#989999), to(#f5c4d6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #989999,  #f5c4d6); /* for firefox 3.6+ */
	border: 1px solid #f5c4d6;
	color: #000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	cursor: pointer;

}
input.submit:hover {
	background: #f5c4d6; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c4d6', endColorstr='#989999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5c4d6), to(#989999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f5c4d6,  #989999); /* for firefox 3.6+ */
	border: 1px solid #989999;
	color: #ffffff;
}
span#requiredField {
	font-weight: bold;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #f00;
}
#contactPage {
	margin: 0;
	padding: 10px;
	width: 1000px;
	float: left;
}

/* Internal Slideshow */
.slideshowWrap {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	z-index: 1;
	list-style-type: none;
}
.slideshowBigWrap {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	list-style-type: none;
}
.slideshowBig {
	list-style-type: none;
	position:absolute;
	top:0;
	left:0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
ul.slideshowBig {
	list-style-type: none;
	position:absolute;
	top:0;
	left:0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.slideshowBig img{
	list-style-type: none;
	height: 100%;
	width: 100%;
}
.quoteshow {
	text-align:center;
	list-style-type: none;
	margin: 5px 25px;
	height: 125px;
	width: 850px;
	float:left;
	font-size:14px;
}
ul.quoteshow {
	text-align:center;
	list-style-type: none;
	margin: 5px 25px;
	height: 125px;
	width: 850px;
	float:left;
}
/*Secondary Slider*/
.projectSliderNav {
	width: 100px;
	height: 16px;
	position: absolute;
	left: 230px;
	top: 375px;
	z-index: 9999;
	list-style: none;
	overflow:hidden;
}
.projectSliderNav a {
	width: 15px;
	height: 16px;
	background: url(/homeSlider_dots3.png) no-repeat 0 0;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	margin:0 3px 0 0;
	padding:0;
	list-style: none;
	float: left;
}
.projectSliderNav a:hover {
	background-position: -17px 0;
}
.projectSliderNav a.activeSlide {
	background-position: -34px 0;
}
/* MISC. STYLING CLASSES */

/* ULTILITIES */
.clearfloat { /* use <br class="clearfloat" /> before close of </div> to contain all floated divs inside of it */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.imgRight {
	margin: 0 0 20px 20px;
	float: right;
}
.imgLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.floatright { 
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}

/* Miscellaneous */


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
/* RSS FEED for Blog section */	
#rssFeed{
	font-size:12px;
	font-weight:normal;
	color:#369;
	width: 600px;
	height: 115px;
	margin:0;
	line-height: 16px;
	float:left;
	}
.ul_rssFeed {
	font-size:10px;
	font-weight:bold;
	color:#369;
	list-style-type:none;
	list-style:none;
	}
.ul_rssFeed span {
	font-size:11px;
	}	
.ul_rssFeed a:link, a:visited {
	font-family: 'Raleway', arial, serif;
	font-size: 18px;
	color:#a8808f;
	}		
#blogrss {
	margin: 0;
	padding: 10px;
	width: 1000px;
	float: left;
}	
#blogrss h3{
	font-family: 'Raleway', arial, serif;
	color:#DAF8EB;
	padding: 0px 15px ;
	}	
#blogrss h3 strong, b {
	font-family: 'Raleway', arial, serif;
	}
#blogrss li {
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
	list-style-type:none;
	list-style:none;
	float: left;
	width: 900px;
	padding: 0 15px;
	}	
.silver {
	border: 1px solid #989999;
	}	
